home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / pgm_util.zip / ASC.DOC < prev    next >
Text File  |  1990-08-03  |  2KB  |  41 lines

  1. ASC.COM
  2. ASC
  3. ______________________________________________________
  4.  
  5. Purpose:  Provides a pop-up ASCII chart showing
  6.           decimal, hexadecimal, and character
  7.           equivalents for the full IBM character set.
  8.  
  9. Format:   [d:][path]ASC
  10.  
  11. Remarks:  ASC.COM is a memory-resident utility that is
  12.           normally loaded at boot-up, via your
  13.           AUTOEXEC.BAT file.  Once loaded, pressing
  14.           Alt-A pops up the first page (32 ASCII codes)
  15.           of the display window over any currently
  16.           active applications program.  The Up- and
  17.           Down-Arrow, PgUp and PgDn, and Home and End
  18.           keys access the remaining ASCII display
  19.           pages.  Pressing Esc closes the window,
  20.           restoring the original screen display.
  21.  
  22.           In operation, ASC.COM requires approximately
  23.           2.5K of RAM.  It is compatible with most
  24.           applications and TSR (terminate and stay
  25.           resident) programs that do not themselves
  26.           require the Alt-A key combination, and it may
  27.           be used with monochrome, color, or EGA
  28.           monitors.
  29.  
  30.           Notes:
  31.  
  32.           1.   Users familiar with using DEBUG can
  33.                modify the default border, text, and
  34.                header colors of ASC.COM.  These values,
  35.                initially 0Fh, 1Fh, and 1Eh,
  36.                respectively, are located at offsets
  37.                014D through 014F in the .COM file.  For
  38.                use with a composite monochrome display,
  39.                the values 70h, 07h, and 07h are
  40.                suggested.
  41.